summaryrefslogtreecommitdiff
path: root/test.stage
blob: 13155d3fa00c4e99b1676eb3e1521b2114d72659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

game.title = "Demo game";
game.author = "Mike Buland";
game.version = 1;
game.revision = 0;
game.start = <<start>>;

global
{
	command: "eat" object
	{
		pow(5, x*2);
	}
}

function hello( a, b, c )
{
	a[x][y];
}